Description
Fire a retention business related event. The record needs to be attached to a event based retention rule
Operation id | Retention.FireEvent |
Category | Retention |
Label | Fire Retention Event |
Requires | |
Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "Retention.FireEvent",
"label" : "Fire Retention Event",
"category" : "Retention",
"requires" : null,
"description" : "Fire a retention business related event. The record needs to be attached to a event based retention rule",
"url" : "Retention.FireEvent",
"signature" : [ "void", "void" ],
"params" : [ {
"name" : "name",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "audit",
"description" : null,
"type" : "boolean",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}